[INFO] cloning repository https://github.com/fcoury/husklang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fcoury/husklang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcoury%2Fhusklang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcoury%2Fhusklang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 33d50a1e8997a984b9ff69c0a67dfd9426eee2e9
[INFO] testing fcoury/husklang against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcoury%2Fhusklang" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fcoury/husklang
[INFO] finished tweaking git repo https://github.com/fcoury/husklang
[INFO] tweaked toml for git repo https://github.com/fcoury/husklang written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fcoury/husklang on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fcoury/husklang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ac385fc402073316a1dbe8366fc98ed5cebd991c8086ad9ff0e78da27a724eff
[INFO] running `Command { std: "docker" "start" "-a" "ac385fc402073316a1dbe8366fc98ed5cebd991c8086ad9ff0e78da27a724eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ac385fc402073316a1dbe8366fc98ed5cebd991c8086ad9ff0e78da27a724eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac385fc402073316a1dbe8366fc98ed5cebd991c8086ad9ff0e78da27a724eff", kill_on_drop: false }`
[INFO] [stdout] ac385fc402073316a1dbe8366fc98ed5cebd991c8086ad9ff0e78da27a724eff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71ea5fe437303adde406813f5fca0da7847cc9a33f5330326eb6ea61213dcf14
[INFO] running `Command { std: "docker" "start" "-a" "71ea5fe437303adde406813f5fca0da7847cc9a33f5330326eb6ea61213dcf14", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling oxc_data_structures v0.98.0
[INFO] [stderr]    Compiling oxc-miette-derive v2.6.0
[INFO] [stderr]    Compiling oxc_estree v0.98.0
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling oxc_index v4.1.0
[INFO] [stderr]    Compiling dragonbox_ecma v0.0.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling husk-ast v0.1.3 (/opt/rustwide/workdir/crates/husk-ast)
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling husk-lexer v0.1.3 (/opt/rustwide/workdir/crates/husk-lexer)
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling oxc_ast_macros v0.98.0
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling husk-parser v0.1.3 (/opt/rustwide/workdir/crates/husk-parser)
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling oxc_allocator v0.98.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling oxc-miette v2.6.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling if_chain v1.0.3
[INFO] [stderr]    Compiling husk-types v0.1.3 (/opt/rustwide/workdir/crates/husk-types)
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling husk-semantic v0.1.3 (/opt/rustwide/workdir/crates/husk-semantic)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling oxc_span v0.98.0
[INFO] [stderr]    Compiling oxc_diagnostics v0.98.0
[INFO] [stderr]    Compiling oxc_regular_expression v0.98.0
[INFO] [stderr]    Compiling oxc_syntax v0.98.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling husk-runtime-js v0.1.3 (/opt/rustwide/workdir/crates/husk-runtime-js)
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling notify-debouncer-mini v0.4.1
[INFO] [stderr]    Compiling husk-fmt v0.1.3 (/opt/rustwide/workdir/crates/husk-fmt)
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling oxc_ast v0.98.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling sourcemap v9.2.2
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling husk-codegen-js v0.1.3 (/opt/rustwide/workdir/crates/husk-codegen-js)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling oxc_ecmascript v0.98.0
[INFO] [stderr]    Compiling oxc_ast_visit v0.98.0
[INFO] [stderr]    Compiling oxc_parser v0.98.0
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling husk-dts-parser v0.1.3 (/opt/rustwide/workdir/crates/husk-dts-parser)
[INFO] [stderr]    Compiling husk-lang v0.1.3 (/opt/rustwide/workdir/crates/husk-lang)
[INFO] [stderr]    Compiling husk-lsp v0.1.3 (/opt/rustwide/workdir/crates/husk-lsp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] running `Command { std: "docker" "inspect" "71ea5fe437303adde406813f5fca0da7847cc9a33f5330326eb6ea61213dcf14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71ea5fe437303adde406813f5fca0da7847cc9a33f5330326eb6ea61213dcf14", kill_on_drop: false }`
[INFO] [stdout] 71ea5fe437303adde406813f5fca0da7847cc9a33f5330326eb6ea61213dcf14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3d4fa88c94898f926984ead71f01e9874ce80fc71a553a6dc4cb651ddc1bfd8
[INFO] running `Command { std: "docker" "start" "-a" "c3d4fa88c94898f926984ead71f01e9874ce80fc71a553a6dc4cb651ddc1bfd8", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling husk-fmt v0.1.3 (/opt/rustwide/workdir/crates/husk-fmt)
[INFO] [stderr]    Compiling husk-semantic v0.1.3 (/opt/rustwide/workdir/crates/husk-semantic)
[INFO] [stderr]    Compiling husk-types v0.1.3 (/opt/rustwide/workdir/crates/husk-types)
[INFO] [stderr]    Compiling husk-lexer v0.1.3 (/opt/rustwide/workdir/crates/husk-lexer)
[INFO] [stderr]    Compiling husk-runtime-js v0.1.3 (/opt/rustwide/workdir/crates/husk-runtime-js)
[INFO] [stderr]    Compiling oxc_regular_expression v0.98.0
[INFO] [stderr]    Compiling husk-ast v0.1.3 (/opt/rustwide/workdir/crates/husk-ast)
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling oxc_index v4.1.0
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling oxc_syntax v0.98.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling sourcemap v9.2.2
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling oxc_ast v0.98.0
[INFO] [stderr]    Compiling husk-codegen-js v0.1.3 (/opt/rustwide/workdir/crates/husk-codegen-js)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling husk-parser v0.1.3 (/opt/rustwide/workdir/crates/husk-parser)
[INFO] [stderr]    Compiling oxc_ecmascript v0.98.0
[INFO] [stderr]    Compiling oxc_ast_visit v0.98.0
[INFO] [stderr]    Compiling oxc_parser v0.98.0
[INFO] [stderr]    Compiling husk-dts-parser v0.1.3 (/opt/rustwide/workdir/crates/husk-dts-parser)
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling husk-lang v0.1.3 (/opt/rustwide/workdir/crates/husk-lang)
[INFO] [stderr]    Compiling husk-lsp v0.1.3 (/opt/rustwide/workdir/crates/husk-lsp)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 52.23s
[INFO] running `Command { std: "docker" "inspect" "c3d4fa88c94898f926984ead71f01e9874ce80fc71a553a6dc4cb651ddc1bfd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3d4fa88c94898f926984ead71f01e9874ce80fc71a553a6dc4cb651ddc1bfd8", kill_on_drop: false }`
[INFO] [stdout] c3d4fa88c94898f926984ead71f01e9874ce80fc71a553a6dc4cb651ddc1bfd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d8dcce729a47275b848407ed5301e4b88aae87422a1e3b03a630178fc79bb78c
[INFO] running `Command { std: "docker" "start" "-a" "d8dcce729a47275b848407ed5301e4b88aae87422a1e3b03a630178fc79bb78c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/husk_ast-9565d09051ee6ced)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/husk_codegen_js-5f21209df02e1e36)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test tests::emits_basic_dts_for_struct_enum_and_function ... ok
[INFO] [stdout] test tests::deeply_nested_tuple_destructuring ... ok
[INFO] [stdout] test tests::lower_match_stmt_with_continue ... ok
[INFO] [stdout] test tests::esm_exports_even_without_imports_when_target_forced ... ok
[INFO] [stdout] test tests::generates_esm_imports_for_extern_mod_declarations ... ok
[INFO] [stdout] test tests::lower_match_stmt_with_break ... ok
[INFO] [stdout] test tests::generates_named_imports_for_mod_without_default_attribute ... ok
[INFO] [stdout] test tests::lowers_enum_variant_with_multiple_args_to_indexed_object ... ok
[INFO] [stdout] test tests::lowers_break_and_continue ... ok
[INFO] [stdout] test tests::generates_default_imports_for_mod_with_default_attributes ... ok
[INFO] [stdout] test tests::generates_default_import_for_mod_with_default_attribute_on_mod ... ok
[INFO] [stdout] test tests::lowers_enum_variant_with_single_arg_to_tagged_object ... ok
[INFO] [stdout] test tests::generates_untagged_enum_variant_without_tag ... ok
[INFO] [stdout] test tests::generates_call_for_this_binding_method ... ok
[INFO] [stdout] test tests::lower_match_stmt_generates_if_else_chain ... ok
[INFO] [stdout] test tests::generates_cjs_requires_for_extern_mod_declarations ... ok
[INFO] [stdout] test tests::lowers_extern_js_result_function_with_try_catch ... ok
[INFO] [stdout] test tests::appends_module_exports_for_top_level_functions ... ok
[INFO] [stdout] test tests::adds_main_call_for_zero_arg_main_function ... ok
[INFO] [stdout] test tests::lowers_format_to_string_concatenation ... ok
[INFO] [stdout] test tests::lowers_format_with_hex_specifier ... ok
[INFO] [stdout] test tests::lowers_imported_unit_variant ... ok
[INFO] [stdout] test tests::lowers_loop_to_while_true ... ok
[INFO] [stdout] test tests::lowers_format_simple_string_returns_string_directly ... ok
[INFO] [stdout] test tests::tuple_destructuring_with_wildcards ... ok
[INFO] [stdout] test tests::test_line_index_offset_to_line_col ... ok
[INFO] [stdout] test tests::lowers_simple_enum_match_to_conditional ... ok
[INFO] [stdout] test tests::lowers_unit_enum_variant_to_tagged_object ... ok
[INFO] [stdout] test tests::lowers_while_with_condition ... ok
[INFO] [stdout] test tests::nested_tuple_destructuring_generates_nested_array_pattern ... ok
[INFO] [stdout] test tests::lowers_imported_variant_constructor ... ok
[INFO] [stdout] test tests::prints_object_and_member_access ... ok
[INFO] [stdout] test tests::prints_simple_function ... ok
[INFO] [stdout] test tests::test_sourcemap_has_statement_level_mappings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/husk_dts_parser-542d19d13fd1e2fb)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test builder::tests::test_builder_escapes_keywords ... ok
[INFO] [stdout] test builder::tests::test_to_snake_case ... ok
[INFO] [stdout] test codegen::tests::test_codegen_function_module_identity ... ok
[INFO] [stdout] test codegen::tests::test_codegen_namespace_module_identity ... ok
[INFO] [stdout] test codegen::tests::test_codegen_hybrid_module_identity ... ok
[INFO] [stdout] test codegen::tests::test_class_module_generates_constructor_callable ... ok
[INFO] [stdout] test builder::tests::test_generate_builder ... ok
[INFO] [stdout] test builder::tests::test_should_generate_builder ... ok
[INFO] [stdout] test codegen::tests::test_codegen_standard_module_identity ... ok
[INFO] [stdout] test codegen::tests::test_codegen_class_module_identity ... ok
[INFO] [stdout] test codegen::tests::test_escaped_keywords ... ok
[INFO] [stdout] test codegen::tests::test_generate_array_type ... ok
[INFO] [stdout] test codegen::tests::test_functions_from_different_namespaces_not_merged ... ok
[INFO] [stdout] test codegen::tests::test_generate_callback_function ... ok
[INFO] [stdout] test codegen::tests::test_generate_const_legacy_mode ... ok
[INFO] [stdout] test codegen::tests::test_generate_const_new_mode ... ok
[INFO] [stdout] test codegen::tests::test_generate_function_type_with_this_param ... ok
[INFO] [stdout] test codegen::tests::test_generate_generic_function ... ok
[INFO] [stdout] test codegen::tests::test_generate_interface_with_methods ... ok
[INFO] [stdout] test codegen::tests::test_generate_method_with_this_param ... ok
[INFO] [stdout] test codegen::tests::test_generate_multiple_consts ... ok
[INFO] [stdout] test codegen::tests::test_generate_nullable_type ... ok
[INFO] [stdout] test codegen::tests::test_generate_optional_params ... ok
[INFO] [stdout] test codegen::tests::test_generate_promise_type ... ok
[INFO] [stdout] test codegen::tests::test_generate_simple_function ... ok
[INFO] [stdout] test codegen::tests::test_generate_untagged_enum_from_string_literals ... ok
[INFO] [stdout] test codegen::tests::test_generate_untagged_enum_from_union_type ... ok
[INFO] [stdout] test codegen::tests::test_module_callable_uses_module_alias ... ok
[INFO] [stdout] test codegen::tests::test_interface_inheritance_should_include_parent_methods ... ok
[INFO] [stdout] test diagnostics::tests::test_codegen_metrics_aggregate ... ok
[INFO] [stdout] test codegen::tests::test_module_import ... ok
[INFO] [stdout] test diagnostics::tests::test_codegen_metrics_basic ... ok
[INFO] [stdout] test diagnostics::tests::test_codegen_metrics_to_json ... ok
[INFO] [stdout] test diagnostics::tests::test_codegen_metrics_unions ... ok
[INFO] [stdout] test diagnostics::tests::test_collector_basic ... ok
[INFO] [stdout] test diagnostics::tests::test_codegen_metrics_to_markdown ... ok
[INFO] [stdout] test generation_gap::tests::test_split_paths ... ok
[INFO] [stdout] test lexer::tests::test_arrow_function_type ... ok
[INFO] [stdout] test lexer::tests::test_interface ... ok
[INFO] [stdout] test lexer::tests::test_triple_slash_reference ... ok
[INFO] [stdout] test lexer::tests::test_rest_params ... ok
[INFO] [stdout] test oxc_parser::tests::test_parse_generic_type ... ok
[INFO] [stdout] test oxc_parser::tests::test_parse_interface ... ok
[INFO] [stdout] test parser::tests::test_parse_class ... ok
[INFO] [stdout] test diagnostics::tests::test_report_generation ... ok
[INFO] [stdout] test lexer::tests::test_string_literals ... ok
[INFO] [stdout] test parser::tests::test_parse_export_equals ... ok
[INFO] [stdout] test parser::tests::test_parse_array_type ... ok
[INFO] [stdout] test generation_gap::tests::test_legacy_mode ... ok
[INFO] [stdout] test lexer::tests::test_union_type ... ok
[INFO] [stdout] test generation_gap::tests::test_generation_gap_creates_both_files ... ok
[INFO] [stdout] test generation_gap::tests::test_wrapper_not_overwritten ... ok
[INFO] [stdout] test parser::tests::test_parse_function_type ... ok
[INFO] [stdout] test oxc_parser::tests::test_parse_simple_function ... ok
[INFO] [stdout] test lexer::tests::test_simple_function ... ok
[INFO] [stdout] test parser::tests::test_parse_generic_function ... ok
[INFO] [stdout] test parser::tests::test_parse_namespace ... ok
[INFO] [stdout] test parser::tests::test_parse_optional_params ... ok
[INFO] [stdout] test parser::tests::test_parse_union_type ... ok
[INFO] [stdout] test parser::tests::test_parse_rest_params ... ok
[INFO] [stdout] test parser::tests::test_parse_type_alias ... ok
[INFO] [stdout] test resolver::tests::test_circular_import_detection ... ok
[INFO] [stdout] test resolver::tests::test_module_identity_class ... ok
[INFO] [stdout] test resolver::tests::test_extract_references ... ok
[INFO] [stdout] test resolver::tests::test_extract_imports ... ok
[INFO] [stdout] test resolver::tests::test_module_identity_function ... ok
[INFO] [stdout] test resolver::tests::test_module_identity_namespace ... ok
[INFO] [stdout] test resolver::tests::test_module_identity_standard_module ... ok
[INFO] [stdout] test resolver::tests::test_no_cycle_no_error ... ok
[INFO] [stdout] test unions::tests::test_deduplicate_variant_names ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_function ... ok
[INFO] [stdout] test unions::tests::test_mixed_primitives_use_jsvalue ... ok
[INFO] [stdout] test unions::tests::test_nullable_union ... ok
[INFO] [stdout] test unions::tests::test_number_enum ... ok
[INFO] [stdout] test resolver::tests::test_module_identity_hybrid ... ok
[INFO] [stdout] test unions::tests::test_number_to_variant_name ... ok
[INFO] [stdout] test parser::tests::test_parse_interface ... ok
[INFO] [stdout] test unions::tests::test_boolean_union ... ok
[INFO] [stdout] test unions::tests::test_discriminated_union ... ok
[INFO] [stdout] test unions::tests::test_string_enum_edge_cases_symbols ... ok
[INFO] [stdout] test unions::tests::test_generate_union_code_number_enum ... ok
[INFO] [stdout] test unions::tests::test_number_enum_deduplicates ... ok
[INFO] [stdout] test unions::tests::test_string_enum ... ok
[INFO] [stdout] test unions::tests::test_string_enum_deduplicates ... ok
[INFO] [stdout] test unions::tests::test_string_enum_edge_cases_digits ... ok
[INFO] [stdout] test unions::tests::test_generate_union_code_discriminated ... ok
[INFO] [stdout] test unions::tests::test_string_to_pascal_case ... ok
[INFO] [stdout] test unions::tests::test_type_enum_deduplicates ... ok
[INFO] [stdout] test utility_types::tests::test_non_nullable ... ok
[INFO] [stdout] test utility_types::tests::test_partial ... ok
[INFO] [stdout] test utility_types::tests::test_non_nullable_null_returns_never ... ok
[INFO] [stdout] test utility_types::tests::test_record ... ok
[INFO] [stdout] test utility_types::tests::test_pick ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-ae566d6e940be9e9)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test test_better_sqlite3_database_runresult ... ok
[INFO] [stdout] test test_better_sqlite3_readonly_property ... ok
[INFO] [stdout] test test_async_api ... ok
[INFO] [stdout] test test_class_keyword_properties ... ok
[INFO] [stdout] test test_class_properties_with_setters ... ok
[INFO] [stdout] test test_callback_api ... ok
[INFO] [stdout] test test_conditional_type_with_array_extends ... ok
[INFO] [stdout] test test_express_core_application ... ok
[INFO] [stdout] test test_class_with_constructor ... ok
[INFO] [stdout] test test_express_static_property ... ok
[INFO] [stdout] test test_getter_property_syntax ... ok
[INFO] [stdout] test test_keyword_as_property_name ... ok
[INFO] [stdout] test test_keyword_property_codegen ... ok
[INFO] [stdout] test test_interface_method_conditional_return ... ok
[INFO] [stdout] test test_function_property_as_method ... ok
[INFO] [stdout] test test_method_with_keyword_name ... ok
[INFO] [stdout] test test_interface_properties_generate_getters ... ok
[INFO] [stdout] test test_object_type_keyword_properties ... ok
[INFO] [stdout] test test_node_path_like ... ok
[INFO] [stdout] test test_new_as_method_name ... ok
[INFO] [stdout] test test_overloaded_different_types_takes_first ... ok
[INFO] [stdout] test test_keyword_escaping ... ok
[INFO] [stdout] test test_overloaded_functions_merged ... ok
[INFO] [stdout] test test_overloaded_methods_merged ... ok
[INFO] [stdout] test test_module_name_variants ... ok
[INFO] [stdout] test test_property_getters_and_setters ... ok
[INFO] [stdout] test test_modifier_vs_property_name ... ok
[INFO] [stdout] test test_qualified_type_array ... ok
[INFO] [stdout] test test_optional_nullable ... ok
[INFO] [stdout] test test_qualified_type_name_nested ... ok
[INFO] [stdout] test test_generic_types ... ok
[INFO] [stdout] test test_qualified_type_name_simple ... ok
[INFO] [stdout] test test_qualified_type_with_generics ... ok
[INFO] [stdout] test test_qualified_type_in_various_positions ... ok
[INFO] [stdout] test test_real_better_sqlite3_types ... ok
[INFO] [stdout] test test_real_express_types ... ok
[INFO] [stdout] test test_simple_type_still_works ... ok
[INFO] [stdout] test test_simple_express_like ... ok
[INFO] [stdout] test test_struct_type_params_preserved ... ok
[INFO] [stdout] test test_template_literal_codegen_to_string ... ok
[INFO] [stdout] test test_template_literal_type_simple ... ok
[INFO] [stdout] test test_template_literal_type_with_infer ... ok
[INFO] [stdout] test test_template_literal_type_with_utf8 ... ok
[INFO] [stdout] test test_trailing_comma_in_type_params ... ok
[INFO] [stdout] test test_trailing_comma_with_constraint ... ok
[INFO] [stdout] test test_unresolved_generics_simplified ... ok
[INFO] [stdout] test test_var_with_keyword_name ... ok
[INFO] [stdout] test test_better_sqlite3_e2e_execution ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_better_sqlite3_e2e_execution stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_better_sqlite3_e2e_execution' (150) panicked at crates/husk-dts-parser/tests/integration.rs:1748:5:
[INFO] [stdout] [husk] npm not found on PATH; install npm to run e2e execution test
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5dfe913fc99a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5dfe913fc99a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5dfe913fc99a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5dfe913fc99a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5dfe91412a8a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5dfe91412a8a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5dfe914015f2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5dfe914015f2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5dfe913da7df - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5dfe913da7df - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5dfe913f47b9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5dfe91006c2c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5dfe91006c2c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5dfe913f4972 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5dfe913f4972 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5dfe913da8ca - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5dfe913cf879 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5dfe913db5ad - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stderr] error: test failed, to rerun pass `-p husk-dts-parser --test integration`
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5dfe9141324c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5dfe90e55678 - integration[925ec7b0a77a25d2]::test_better_sqlite3_e2e_execution
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/husk-dts-parser/tests/integration.rs:1748:5
[INFO] [stdout]   20:     0x5dfe90e4b9f7 - integration[925ec7b0a77a25d2]::test_better_sqlite3_e2e_execution::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/husk-dts-parser/tests/integration.rs:1719:39
[INFO] [stdout]   21:     0x5dfe90e7bbe6 - <integration[925ec7b0a77a25d2]::test_better_sqlite3_e2e_execution::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5dfe90ff9f0b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5dfe90ff9f0b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5dfe910076fb - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5dfe910076fb - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5dfe910076fb - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5dfe910076fb - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5dfe910076fb - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5dfe910076fb - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5dfe910076fb - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5dfe91000e14 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5dfe91000e14 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5dfe9100a302 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5dfe9100a302 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5dfe9100a302 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5dfe9100a302 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5dfe9100a302 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5dfe9100a302 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5dfe9100a302 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5dfe913fbd8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x5dfe913fbd8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x71716ccc0aa4 - <unknown>
[INFO] [stdout]   43:     0x71716cd4da64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_better_sqlite3_e2e_execution
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 47 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d8dcce729a47275b848407ed5301e4b88aae87422a1e3b03a630178fc79bb78c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8dcce729a47275b848407ed5301e4b88aae87422a1e3b03a630178fc79bb78c", kill_on_drop: false }`
[INFO] [stdout] d8dcce729a47275b848407ed5301e4b88aae87422a1e3b03a630178fc79bb78c
